home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / program / gcc / gcc270-d.lha / gnu / man / cat3 / iscntrl.0 < prev    next >
Text File  |  1992-08-10  |  1KB  |  67 lines

  1.  
  2. ISCNTRL(3)                 UNIX Programmer's Manual                 ISCNTRL(3)
  3.  
  4. NNAAMMEE
  5.      iissccnnttrrll - control character test
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ccttyyppee..hh>>
  9.  
  10.      _i_n_t
  11.      iissccnnttrrll(_i_n_t _c)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The iissccnnttrrll() function tests for any control character.
  15.  
  16. RREETTUURRNN VVAALLUUEESS
  17.      The iissccnnttrrll() macro returns zero if the character tests false and returns
  18.      non­zero if the character tests true.
  19.  
  20. SSEEEE AALLSSOO
  21.      isascii(3),  isalnum(3),  isalpha(3),  isdigit(3),  isgraph(3),
  22.      islower(3),  isprint(3),  ispunct(3),  isspace(3),  isupper(3),
  23.      isxdigit(3),  toascii(3),  tolower(3),  toupper(3),  stdio(3) ascii(7)
  24.  
  25. SSTTAANNDDAARRDDSS
  26.      The iissccnnttrrll() function conforms to ANSI C3.159­1989 (``ANSI C'').
  27.  
  28. BSD Experimental                 June 29, 1991                               1
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.